Html Css Color HEX #F041CF Razzle Dazzle Rose

📋 copy color: '#F041CF'

red 240 ◦ green 65 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F041CF

Tints of Razzle Dazzle Rose #F041CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.7%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 46.88%
G = 12.7%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F041CF (or 0xF041CF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and CF. RGB value is (240,65,207). Sum of RGB (Red+Green+Blue) = 240+65+207=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CF is #0FBE30. Grayscale: #858585. Windows color (decimal): -1031729 or 13582832. OLE color: 13582832.

HSL color Cylindrical-coordinate representation of color #F041CF: hue angle of 311.31º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041CF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 207 -
CMYK 0 0.73 0.14 0.06
HSL 311.31º 0.85% 0.6% -
HSV(B) 311.31º 0.73% 0.94% -
XYZ 49.09 26.81 61.62 -
YUV 133.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 240 65 207 0 0.73 0.14 0.06 311.31 0.85 0.6
Hex F0 41 CF 0 49 E 6 137 55 3C
Octal 360 101 317 0 111 16 6 467 125 74
Binary 11110000 1000001 11001111 0 1001001 1110 110 100110111 1010101 111100

Color Harmonies of #F041CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041CF

Black with #F041CF

Text Example


Text Example

White with #F041CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041CF; }

 p { color: rgb(240,65,207); }

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

background-color css

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

 a { background-color: rgb(240,65,207); }

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

border-color css

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

 span { border-color: rgb(240,65,207); }

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