Html Css Color HEX #F827CE Razzle Dazzle Rose

📋 copy color: '#F827CE'

red 248 ◦ green 39 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F827CE

Tints of Razzle Dazzle Rose #F827CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 50.3%
G = 7.91%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F827CE (or 0xF827CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and CE. RGB value is (248,39,206). Sum of RGB (Red+Green+Blue) = 248+39+206=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F827CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827CE is #07D831. Grayscale: #787878. Windows color (decimal): -514098 or 13510648. OLE color: 13510648.

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

Color convert

RGB 248 39 206 -
CMYK 0 0.84 0.17 0.03
HSL 312.06º 0.94% 0.56% -
HSV(B) 312.06º 0.84% 0.97% -
XYZ 50.58 25.86 60.72 -
YUV 120.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 248 39 206 0 0.84 0.17 0.03 312.06 0.94 0.56
Hex F8 27 CE 0 54 11 3 138 5E 38
Octal 370 47 316 0 124 21 3 470 136 70
Binary 11111000 100111 11001110 0 1010100 10001 11 100111000 1011110 111000

Color Harmonies of #F827CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827CE

Black with #F827CE

Text Example


Text Example

White with #F827CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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