Html Css Color HEX #F940B3 Persian Rose

📋 copy color: '#F940B3'

red 249 ◦ green 64 ◦ blue 179

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

Shades of Persian Rose #F940B3

Tints of Persian Rose #F940B3

RGB

 RED value IS 249 (97.66% from 255) = 50.61%

 GREEN value IS 64 (25.39% from 255) = 13.01%

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

R = 50.61%
G = 13.01%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F940B3 (or 0xF940B3) is known color: Persian Rose. HEX triplet: F9, 40 and B3. RGB value is (249,64,179). Sum of RGB (Red+Green+Blue) = 249+64+179=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F940B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940B3 is #06BF4C. Grayscale: #848484. Windows color (decimal): -442189 or 11747577. OLE color: 11747577.

HSL color Cylindrical-coordinate representation of color #F940B3: hue angle of 322.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940B3 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 179 -
CMYK 0 0.74 0.28 0.02
HSL 322.7º 0.94% 0.61% -
HSV(B) 322.7º 0.74% 0.98% -
XYZ 49.04 27.06 45.29 -
YUV 132.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 249 64 179 0 0.74 0.28 0.02 322.7 0.94 0.61
Hex F9 40 B3 0 4A 1C 2 143 5E 3D
Octal 371 100 263 0 112 34 2 503 136 75
Binary 11111001 1000000 10110011 0 1001010 11100 10 101000011 1011110 111101

Color Harmonies of #F940B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940B3

Black with #F940B3

Text Example


Text Example

White with #F940B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940B3; }

 p { color: rgb(249,64,179); }

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

background-color css

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

 a { background-color: rgb(249,64,179); }

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

border-color css

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

 span { border-color: rgb(249,64,179); }

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