Html Css Color HEX #F238B3 Persian Rose

📋 copy color: '#F238B3'

red 242 ◦ green 56 ◦ blue 179

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

Shades of Persian Rose #F238B3

Tints of Persian Rose #F238B3

RGB

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

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

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

R = 50.73%
G = 11.74%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F238B3 (or 0xF238B3) is known color: Persian Rose. HEX triplet: F2, 38 and B3. RGB value is (242,56,179). Sum of RGB (Red+Green+Blue) = 242+56+179=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F238B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238B3 is #0DC74C. Grayscale: #7D7D7D. Windows color (decimal): -902989 or 11745522. OLE color: 11745522.

HSL color Cylindrical-coordinate representation of color #F238B3: hue angle of 320.32º 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 #F238B3 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 56 179 -
CMYK 0 0.77 0.26 0.05
HSL 320.32º 0.88% 0.58% -
HSV(B) 320.32º 0.77% 0.95% -
XYZ 46.17 24.96 45.03 -
YUV 125.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 242 56 179 0 0.77 0.26 0.05 320.32 0.88 0.58
Hex F2 38 B3 0 4D 1A 5 140 58 3A
Octal 362 70 263 0 115 32 5 500 130 72
Binary 11110010 111000 10110011 0 1001101 11010 101 101000000 1011000 111010

Color Harmonies of #F238B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F238B3

Black with #F238B3

Text Example


Text Example

White with #F238B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F238B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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