Html Css Color HEX #F02FB3 Spicy Pink

📋 copy color: '#F02FB3'

red 240 ◦ green 47 ◦ blue 179

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

Shades of Spicy Pink #F02FB3

Tints of Spicy Pink #F02FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 51.5%
G = 10.09%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F02FB3 (or 0xF02FB3) is known color: Spicy Pink. HEX triplet: F0, 2F and B3. RGB value is (240,47,179). Sum of RGB (Red+Green+Blue) = 240+47+179=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FB3 is #0FD04C. Grayscale: #777777. Windows color (decimal): -1036365 or 11743216. OLE color: 11743216.

HSL color Cylindrical-coordinate representation of color #F02FB3: hue angle of 318.96º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FB3 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 47 179 -
CMYK 0 0.80 0.25 0.06
HSL 318.96º 0.87% 0.56% -
HSV(B) 318.96º 0.8% 0.94% -
XYZ 45.09 23.81 44.87 -
YUV 119.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 240 47 179 0 0.80 0.25 0.06 318.96 0.87 0.56
Hex F0 2F B3 0 50 19 6 13F 57 38
Octal 360 57 263 0 120 31 6 477 127 70
Binary 11110000 101111 10110011 0 1010000 11001 110 100111111 1010111 111000

Color Harmonies of #F02FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02FB3

Black with #F02FB3

Text Example


Text Example

White with #F02FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02FB3; }

 p { color: rgb(240,47,179); }

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

background-color css

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

 a { background-color: rgb(240,47,179); }

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

border-color css

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

 span { border-color: rgb(240,47,179); }

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