Html Css Color HEX #F43FAF Persian Rose

📋 copy color: '#F43FAF'

red 244 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #F43FAF

Tints of Persian Rose #F43FAF

RGB

 RED value IS 244 (95.7% from 255) = 50.62%

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 50.62%
G = 13.07%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F43FAF (or 0xF43FAF) is known color: Persian Rose. HEX triplet: F4, 3F and AF. RGB value is (244,63,175). Sum of RGB (Red+Green+Blue) = 244+63+175=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FAF is #0BC050. Grayscale: #818181. Windows color (decimal): -770129 or 11485172. OLE color: 11485172.

HSL color Cylindrical-coordinate representation of color #F43FAF: hue angle of 322.87º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43FAF is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 63 175 -
CMYK 0 0.74 0.28 0.04
HSL 322.87º 0.89% 0.6% -
HSV(B) 322.87º 0.74% 0.96% -
XYZ 46.82 25.88 43.09 -
YUV 129.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 244 63 175 0 0.74 0.28 0.04 322.87 0.89 0.6
Hex F4 3F AF 0 4A 1C 4 143 59 3C
Octal 364 77 257 0 112 34 4 503 131 74
Binary 11110100 111111 10101111 0 1001010 11100 100 101000011 1011001 111100

Color Harmonies of #F43FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43FAF

Black with #F43FAF

Text Example


Text Example

White with #F43FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43FAF; }

 p { color: rgb(244,63,175); }

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

background-color css

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

 a { background-color: rgb(244,63,175); }

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

border-color css

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

 span { border-color: rgb(244,63,175); }

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