Html Css Color HEX #F833AA Persian Rose

📋 copy color: '#F833AA'

red 248 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #F833AA

Tints of Persian Rose #F833AA

RGB

 RED value IS 248 (97.27% from 255) = 52.88%

 GREEN value IS 51 (20.31% from 255) = 10.87%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 52.88%
G = 10.87%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F833AA (or 0xF833AA) is known color: Persian Rose. HEX triplet: F8, 33 and AA. RGB value is (248,51,170). Sum of RGB (Red+Green+Blue) = 248+51+170=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F833AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833AA is #07CC55. Grayscale: #7B7B7B. Windows color (decimal): -511062 or 11154424. OLE color: 11154424.

HSL color Cylindrical-coordinate representation of color #F833AA: hue angle of 323.76º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F833AA is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 51 170 -
CMYK 0 0.79 0.31 0.03
HSL 323.76º 0.93% 0.59% -
HSV(B) 323.76º 0.79% 0.97% -
XYZ 47.15 25.23 40.41 -
YUV 123.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 248 51 170 0 0.79 0.31 0.03 323.76 0.93 0.59
Hex F8 33 AA 0 4F 1F 3 144 5D 3B
Octal 370 63 252 0 117 37 3 504 135 73
Binary 11111000 110011 10101010 0 1001111 11111 11 101000100 1011101 111011

Color Harmonies of #F833AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F833AA

Black with #F833AA

Text Example


Text Example

White with #F833AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F833AA; }

 p { color: rgb(248,51,170); }

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

background-color css

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

 a { background-color: rgb(248,51,170); }

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

border-color css

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

 span { border-color: rgb(248,51,170); }

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