Html Css Color HEX #F827CC Razzle Dazzle Rose

📋 copy color: '#F827CC'

red 248 ◦ green 39 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F827CC

Tints of Razzle Dazzle Rose #F827CC

RGB

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

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

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

R = 50.51%
G = 7.94%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F827CC (or 0xF827CC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and CC. RGB value is (248,39,204). Sum of RGB (Red+Green+Blue) = 248+39+204=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F827CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827CC is #07D833. Grayscale: #777777. Windows color (decimal): -514100 or 13379576. OLE color: 13379576.

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

Color convert

RGB 248 39 204 -
CMYK 0 0.84 0.18 0.03
HSL 312.63º 0.94% 0.56% -
HSV(B) 312.63º 0.84% 0.97% -
XYZ 50.34 25.77 59.45 -
YUV 120.3 175.24 219.08 -
System Red Green Blue C M Y K H S L
Decimal 248 39 204 0 0.84 0.18 0.03 312.63 0.94 0.56
Hex F8 27 CC 0 54 12 3 139 5E 38
Octal 370 47 314 0 124 22 3 471 136 70
Binary 11111000 100111 11001100 0 1010100 10010 11 100111001 1011110 111000

Color Harmonies of #F827CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827CC

Black with #F827CC

Text Example


Text Example

White with #F827CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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