Html Css Color HEX #F038C9 Razzle Dazzle Rose

📋 copy color: '#F038C9'

red 240 ◦ green 56 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F038C9

Tints of Razzle Dazzle Rose #F038C9

RGB

 RED value IS 240 (94.14% from 255) = 48.29%

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 48.29%
G = 11.27%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F038C9 (or 0xF038C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and C9. RGB value is (240,56,201). Sum of RGB (Red+Green+Blue) = 240+56+201=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F038C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038C9 is #0FC736. Grayscale: #7F7F7F. Windows color (decimal): -1034039 or 13187312. OLE color: 13187312.

HSL color Cylindrical-coordinate representation of color #F038C9: hue angle of 312.72º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038C9 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 56 201 -
CMYK 0 0.77 0.16 0.06
HSL 312.72º 0.86% 0.58% -
HSV(B) 312.72º 0.77% 0.94% -
XYZ 47.89 25.57 57.67 -
YUV 127.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 240 56 201 0 0.77 0.16 0.06 312.72 0.86 0.58
Hex F0 38 C9 0 4D 10 6 139 56 3A
Octal 360 70 311 0 115 20 6 471 126 72
Binary 11110000 111000 11001001 0 1001101 10000 110 100111001 1010110 111010

Color Harmonies of #F038C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038C9

Black with #F038C9

Text Example


Text Example

White with #F038C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038C9; }

 p { color: rgb(240,56,201); }

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

background-color css

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

 a { background-color: rgb(240,56,201); }

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

border-color css

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

 span { border-color: rgb(240,56,201); }

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