Html Css Color HEX #F23AB3 Persian Rose

📋 copy color: '#F23AB3'

red 242 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #F23AB3

Tints of Persian Rose #F23AB3

RGB

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

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

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

R = 50.52%
G = 12.11%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F23AB3 (or 0xF23AB3) is known color: Persian Rose. HEX triplet: F2, 3A and B3. RGB value is (242,58,179). Sum of RGB (Red+Green+Blue) = 242+58+179=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23AB3 is #0DC54C. Grayscale: #7E7E7E. Windows color (decimal): -902477 or 11746034. OLE color: 11746034.

HSL color Cylindrical-coordinate representation of color #F23AB3: hue angle of 320.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23AB3 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 58 179 -
CMYK 0 0.76 0.26 0.05
HSL 320.54º 0.88% 0.59% -
HSV(B) 320.54º 0.76% 0.95% -
XYZ 46.27 25.16 45.07 -
YUV 126.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 242 58 179 0 0.76 0.26 0.05 320.54 0.88 0.59
Hex F2 3A B3 0 4C 1A 5 141 58 3B
Octal 362 72 263 0 114 32 5 501 130 73
Binary 11110010 111010 10110011 0 1001100 11010 101 101000001 1011000 111011

Color Harmonies of #F23AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AB3

Black with #F23AB3

Text Example


Text Example

White with #F23AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AB3; }

 p { color: rgb(242,58,179); }

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

background-color css

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

 a { background-color: rgb(242,58,179); }

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

border-color css

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

 span { border-color: rgb(242,58,179); }

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