Html Css Color HEX #F231AF Persian Rose

📋 copy color: '#F231AF'

red 242 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #F231AF

Tints of Persian Rose #F231AF

RGB

 RED value IS 242 (94.92% from 255) = 51.93%

 GREEN value IS 49 (19.53% from 255) = 10.52%

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

R = 51.93%
G = 10.52%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F231AF (or 0xF231AF) is known color: Persian Rose. HEX triplet: F2, 31 and AF. RGB value is (242,49,175). Sum of RGB (Red+Green+Blue) = 242+49+175=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F231AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F231AF is #0DCE50. Grayscale: #787878. Windows color (decimal): -904785 or 11481586. OLE color: 11481586.

HSL color Cylindrical-coordinate representation of color #F231AF: hue angle of 320.83º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231AF is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 175 -
CMYK 0 0.80 0.28 0.05
HSL 320.83º 0.88% 0.57% -
HSV(B) 320.83º 0.8% 0.95% -
XYZ 45.45 24.17 42.83 -
YUV 121.07 158.44 214.25 -
System Red Green Blue C M Y K H S L
Decimal 242 49 175 0 0.80 0.28 0.05 320.83 0.88 0.57
Hex F2 31 AF 0 50 1C 5 141 58 39
Octal 362 61 257 0 120 34 5 501 130 71
Binary 11110010 110001 10101111 0 1010000 11100 101 101000001 1011000 111001

Color Harmonies of #F231AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231AF

Black with #F231AF

Text Example


Text Example

White with #F231AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231AF; }

 p { color: rgb(242,49,175); }

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

background-color css

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

 a { background-color: rgb(242,49,175); }

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

border-color css

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

 span { border-color: rgb(242,49,175); }

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