Html Css Color HEX #F038E6 Razzle Dazzle Rose

📋 copy color: '#F038E6'

red 240 ◦ green 56 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F038E6

Tints of Razzle Dazzle Rose #F038E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 45.63%
G = 10.65%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F038E6 (or 0xF038E6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and E6. RGB value is (240,56,230). Sum of RGB (Red+Green+Blue) = 240+56+230=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F038E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038E6 is #0FC719. Grayscale: #828282. Windows color (decimal): -1034010 or 15087856. OLE color: 15087856.

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

Color convert

RGB 240 56 230 -
CMYK 0 0.77 0.04 0.06
HSL 303.26º 0.86% 0.58% -
HSV(B) 303.26º 0.77% 0.94% -
XYZ 51.63 27.07 77.37 -
YUV 130.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 240 56 230 0 0.77 0.04 0.06 303.26 0.86 0.58
Hex F0 38 E6 0 4D 4 6 12F 56 3A
Octal 360 70 346 0 115 4 6 457 126 72
Binary 11110000 111000 11100110 0 1001101 100 110 100101111 1010110 111010

Color Harmonies of #F038E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038E6

Black with #F038E6

Text Example


Text Example

White with #F038E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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