Html Css Color HEX #F827C5 Razzle Dazzle Rose

📋 copy color: '#F827C5'

red 248 ◦ green 39 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F827C5

Tints of Razzle Dazzle Rose #F827C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.7%

R = 51.24%
G = 8.06%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F827C5 (or 0xF827C5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and C5. RGB value is (248,39,197). Sum of RGB (Red+Green+Blue) = 248+39+197=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F827C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827C5 is #07D83A. Grayscale: #777777. Windows color (decimal): -514107 or 12920824. OLE color: 12920824.

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

Color convert

RGB 248 39 197 -
CMYK 0 0.84 0.21 0.03
HSL 314.64º 0.94% 0.56% -
HSV(B) 314.64º 0.84% 0.97% -
XYZ 49.51 25.44 55.12 -
YUV 119.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 248 39 197 0 0.84 0.21 0.03 314.64 0.94 0.56
Hex F8 27 C5 0 54 15 3 13B 5E 38
Octal 370 47 305 0 124 25 3 473 136 70
Binary 11111000 100111 11000101 0 1010100 10101 11 100111011 1011110 111000

Color Harmonies of #F827C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827C5

Black with #F827C5

Text Example


Text Example

White with #F827C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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