Html Css Color HEX #F825DD Razzle Dazzle Rose

📋 copy color: '#F825DD'

red 248 ◦ green 37 ◦ blue 221

#F825DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F825DD

Tints of Razzle Dazzle Rose #F825DD

RGB

 RED value IS 248 (97.27% from 255) = 49.01%

 GREEN value IS 37 (14.84% from 255) = 7.31%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 49.01%
G = 7.31%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F825DD (or 0xF825DD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and DD. RGB value is (248,37,221). Sum of RGB (Red+Green+Blue) = 248+37+221=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F825DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825DD is #07DA22. Grayscale: #787878. Windows color (decimal): -514595 or 14493176. OLE color: 14493176.

HSL color Cylindrical-coordinate representation of color #F825DD: hue angle of 307.68º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825DD is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 221 -
CMYK 0 0.85 0.11 0.03
HSL 307.68º 0.94% 0.56% -
HSV(B) 307.68º 0.85% 0.97% -
XYZ 52.42 26.5 70.76 -
YUV 121.07 184.4 218.54 -
System Red Green Blue C M Y K H S L
Decimal 248 37 221 0 0.85 0.11 0.03 307.68 0.94 0.56
Hex F8 25 DD 0 55 B 3 134 5E 38
Octal 370 45 335 0 125 13 3 464 136 70
Binary 11111000 100101 11011101 0 1010101 1011 11 100110100 1011110 111000

Color Harmonies of #F825DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825DD

Black with #F825DD

Text Example


Text Example

White with #F825DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825DD; }

 p { color: rgb(248,37,221); }

 H1.HeaderClassName
 {
   color: #F825DD;
 }
 .AnyTagClassName
 {
   color: #F825DD;
 }
</style>

background-color css

<style>
 a { background-color: #F825DD; }

 a { background-color: rgb(248,37,221); }

 div.DivClassName
 {
   background-color: #F825DD;
 }
 .BgClassName
 {
   background-color: #F825DD;
 }
</style>

border-color css

<style>
 span { border-color: #F825DD; }

 span { border-color: rgb(248,37,221); }

 td.TdClassName
 {
   border-color: #F825DD;
 }
 .TagClassName
 {
   border-color: #F825DD;
 }
</style>