Html Css Color HEX #F825CC Razzle Dazzle Rose

📋 copy color: '#F825CC'

red 248 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F825CC

Tints of Razzle Dazzle Rose #F825CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 50.72%
G = 7.57%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F825CC (or 0xF825CC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 25 and CC. RGB value is (248,37,204). Sum of RGB (Red+Green+Blue) = 248+37+204=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F825CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825CC is #07DA33. Grayscale: #767676. Windows color (decimal): -514612 or 13379064. OLE color: 13379064.

HSL color Cylindrical-coordinate representation of color #F825CC: hue angle of 312.51º 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 #F825CC is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 204 -
CMYK 0 0.85 0.18 0.03
HSL 312.51º 0.94% 0.56% -
HSV(B) 312.51º 0.85% 0.97% -
XYZ 50.27 25.64 59.43 -
YUV 119.13 175.9 219.92 -
System Red Green Blue C M Y K H S L
Decimal 248 37 204 0 0.85 0.18 0.03 312.51 0.94 0.56
Hex F8 25 CC 0 55 12 3 139 5E 38
Octal 370 45 314 0 125 22 3 471 136 70
Binary 11111000 100101 11001100 0 1010101 10010 11 100111001 1011110 111000

Color Harmonies of #F825CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825CC

Black with #F825CC

Text Example


Text Example

White with #F825CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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