Html Css Color HEX #F038D2 Razzle Dazzle Rose

📋 copy color: '#F038D2'

red 240 ◦ green 56 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F038D2

Tints of Razzle Dazzle Rose #F038D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 47.43%
G = 11.07%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F038D2 (or 0xF038D2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and D2. RGB value is (240,56,210). Sum of RGB (Red+Green+Blue) = 240+56+210=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F038D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038D2 is #0FC72D. Grayscale: #808080. Windows color (decimal): -1034030 or 13777136. OLE color: 13777136.

HSL color Cylindrical-coordinate representation of color #F038D2: hue angle of 309.78º 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 #F038D2 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 56 210 -
CMYK 0 0.77 0.12 0.06
HSL 309.78º 0.86% 0.58% -
HSV(B) 309.78º 0.77% 0.94% -
XYZ 48.98 26.01 63.41 -
YUV 128.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 240 56 210 0 0.77 0.12 0.06 309.78 0.86 0.58
Hex F0 38 D2 0 4D C 6 136 56 3A
Octal 360 70 322 0 115 14 6 466 126 72
Binary 11110000 111000 11010010 0 1001101 1100 110 100110110 1010110 111010

Color Harmonies of #F038D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038D2

Black with #F038D2

Text Example


Text Example

White with #F038D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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