Html Css Color HEX #F824C0 Razzle Dazzle Rose

📋 copy color: '#F824C0'

red 248 ◦ green 36 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F824C0

Tints of Razzle Dazzle Rose #F824C0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.56%

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 52.1%
G = 7.56%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F824C0 (or 0xF824C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 24 and C0. RGB value is (248,36,192). Sum of RGB (Red+Green+Blue) = 248+36+192=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F824C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824C0 is #07DB3F. Grayscale: #747474. Windows color (decimal): -514880 or 12592376. OLE color: 12592376.

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

Color convert

RGB 248 36 192 -
CMYK 0 0.85 0.23 0.03
HSL 315.85º 0.94% 0.56% -
HSV(B) 315.85º 0.85% 0.97% -
XYZ 48.86 25.02 52.12 -
YUV 117.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 248 36 192 0 0.85 0.23 0.03 315.85 0.94 0.56
Hex F8 24 C0 0 55 17 3 13C 5E 38
Octal 370 44 300 0 125 27 3 474 136 70
Binary 11111000 100100 11000000 0 1010101 10111 11 100111100 1011110 111000

Color Harmonies of #F824C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824C0

Black with #F824C0

Text Example


Text Example

White with #F824C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824C0; }

 p { color: rgb(248,36,192); }

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

background-color css

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

 a { background-color: rgb(248,36,192); }

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

border-color css

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

 span { border-color: rgb(248,36,192); }

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