Html Css Color HEX #F03ACF Razzle Dazzle Rose

📋 copy color: '#F03ACF'

red 240 ◦ green 58 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F03ACF

Tints of Razzle Dazzle Rose #F03ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.49%

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

R = 47.52%
G = 11.49%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F03ACF (or 0xF03ACF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and CF. RGB value is (240,58,207). Sum of RGB (Red+Green+Blue) = 240+58+207=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ACF is #0FC530. Grayscale: #808080. Windows color (decimal): -1033521 or 13581040. OLE color: 13581040.

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

Color convert

RGB 240 58 207 -
CMYK 0 0.76 0.14 0.06
HSL 310.88º 0.86% 0.58% -
HSV(B) 310.88º 0.76% 0.94% -
XYZ 48.71 26.06 61.49 -
YUV 129.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 240 58 207 0 0.76 0.14 0.06 310.88 0.86 0.58
Hex F0 3A CF 0 4C E 6 137 56 3A
Octal 360 72 317 0 114 16 6 467 126 72
Binary 11110000 111010 11001111 0 1001100 1110 110 100110111 1010110 111010

Color Harmonies of #F03ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ACF

Black with #F03ACF

Text Example


Text Example

White with #F03ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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