Html Css Color HEX #F238AB Persian Rose

📋 copy color: '#F238AB'

red 242 ◦ green 56 ◦ blue 171

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

Shades of Persian Rose #F238AB

Tints of Persian Rose #F238AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.94%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 51.6%
G = 11.94%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F238AB (or 0xF238AB) is known color: Persian Rose. HEX triplet: F2, 38 and AB. RGB value is (242,56,171). Sum of RGB (Red+Green+Blue) = 242+56+171=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F238AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238AB is #0DC754. Grayscale: #7C7C7C. Windows color (decimal): -902997 or 11221234. OLE color: 11221234.

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

Color convert

RGB 242 56 171 -
CMYK 0 0.77 0.29 0.05
HSL 322.9º 0.88% 0.58% -
HSV(B) 322.9º 0.77% 0.95% -
XYZ 45.38 24.65 40.89 -
YUV 124.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 242 56 171 0 0.77 0.29 0.05 322.9 0.88 0.58
Hex F2 38 AB 0 4D 1D 5 143 58 3A
Octal 362 70 253 0 115 35 5 503 130 72
Binary 11110010 111000 10101011 0 1001101 11101 101 101000011 1011000 111010

Color Harmonies of #F238AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F238AB

Black with #F238AB

Text Example


Text Example

White with #F238AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F238AB; }

 p { color: rgb(242,56,171); }

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

background-color css

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

 a { background-color: rgb(242,56,171); }

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

border-color css

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

 span { border-color: rgb(242,56,171); }

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