Html Css Color HEX #F538CC Razzle Dazzle Rose

📋 copy color: '#F538CC'

red 245 ◦ green 56 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F538CC

Tints of Razzle Dazzle Rose #F538CC

RGB

 RED value IS 245 (96.09% from 255) = 48.51%

 GREEN value IS 56 (22.27% from 255) = 11.09%

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

R = 48.51%
G = 11.09%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F538CC (or 0xF538CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 38 and CC. RGB value is (245,56,204). Sum of RGB (Red+Green+Blue) = 245+56+204=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F538CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538CC is #0AC733. Grayscale: #808080. Windows color (decimal): -706356 or 13383925. OLE color: 13383925.

HSL color Cylindrical-coordinate representation of color #F538CC: hue angle of 313.02º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538CC is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 204 -
CMYK 0 0.77 0.17 0.04
HSL 313.02º 0.9% 0.59% -
HSV(B) 313.02º 0.77% 0.96% -
XYZ 49.97 26.6 59.63 -
YUV 129.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 245 56 204 0 0.77 0.17 0.04 313.02 0.9 0.59
Hex F5 38 CC 0 4D 11 4 139 5A 3B
Octal 365 70 314 0 115 21 4 471 132 73
Binary 11110101 111000 11001100 0 1001101 10001 100 100111001 1011010 111011

Color Harmonies of #F538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538CC

Black with #F538CC

Text Example


Text Example

White with #F538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538CC; }

 p { color: rgb(245,56,204); }

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

background-color css

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

 a { background-color: rgb(245,56,204); }

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

border-color css

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

 span { border-color: rgb(245,56,204); }

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