Html Css Color HEX #F038ED Razzle Dazzle Rose

📋 copy color: '#F038ED'

red 240 ◦ green 56 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F038ED

Tints of Razzle Dazzle Rose #F038ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 45.03%
G = 10.51%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F038ED (or 0xF038ED) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and ED. RGB value is (240,56,237). Sum of RGB (Red+Green+Blue) = 240+56+237=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 56 (22.27% from 255 or 10.51% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F038ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038ED is #0FC712. Grayscale: #838383. Windows color (decimal): -1034003 or 15546608. OLE color: 15546608.

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

Color convert

RGB 240 56 237 -
CMYK 0 0.77 0.01 0.06
HSL 300.98º 0.86% 0.58% -
HSV(B) 300.98º 0.77% 0.94% -
XYZ 52.64 27.47 82.65 -
YUV 131.65 187.46 205.28 -
System Red Green Blue C M Y K H S L
Decimal 240 56 237 0 0.77 0.01 0.06 300.98 0.86 0.58
Hex F0 38 ED 0 4D 1 6 12D 56 3A
Octal 360 70 355 0 115 1 6 455 126 72
Binary 11110000 111000 11101101 0 1001101 1 110 100101101 1010110 111010

Color Harmonies of #F038ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038ED

Black with #F038ED

Text Example


Text Example

White with #F038ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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