Html Css Color HEX #F827C8 Razzle Dazzle Rose

📋 copy color: '#F827C8'

red 248 ◦ green 39 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F827C8

Tints of Razzle Dazzle Rose #F827C8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.01%

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 50.92%
G = 8.01%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F827C8 (or 0xF827C8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and C8. RGB value is (248,39,200). Sum of RGB (Red+Green+Blue) = 248+39+200=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F827C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827C8 is #07D837. Grayscale: #777777. Windows color (decimal): -514104 or 13117432. OLE color: 13117432.

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

Color convert

RGB 248 39 200 -
CMYK 0 0.84 0.19 0.03
HSL 313.78º 0.94% 0.56% -
HSV(B) 313.78º 0.84% 0.97% -
XYZ 49.86 25.58 56.95 -
YUV 119.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 248 39 200 0 0.84 0.19 0.03 313.78 0.94 0.56
Hex F8 27 C8 0 54 13 3 13A 5E 38
Octal 370 47 310 0 124 23 3 472 136 70
Binary 11111000 100111 11001000 0 1010100 10011 11 100111010 1011110 111000

Color Harmonies of #F827C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827C8

Black with #F827C8

Text Example


Text Example

White with #F827C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827C8; }

 p { color: rgb(248,39,200); }

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

background-color css

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

 a { background-color: rgb(248,39,200); }

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

border-color css

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

 span { border-color: rgb(248,39,200); }

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