Html Css Color HEX #F833B2 Persian Rose

📋 copy color: '#F833B2'

red 248 ◦ green 51 ◦ blue 178

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

Shades of Persian Rose #F833B2

Tints of Persian Rose #F833B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 51.99%
G = 10.69%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F833B2 (or 0xF833B2) is known color: Persian Rose. HEX triplet: F8, 33 and B2. RGB value is (248,51,178). Sum of RGB (Red+Green+Blue) = 248+51+178=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F833B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833B2 is #07CC4D. Grayscale: #7C7C7C. Windows color (decimal): -511054 or 11678712. OLE color: 11678712.

HSL color Cylindrical-coordinate representation of color #F833B2: hue angle of 321.32º 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 #F833B2 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 51 178 -
CMYK 0 0.79 0.28 0.03
HSL 321.32º 0.93% 0.59% -
HSV(B) 321.32º 0.79% 0.97% -
XYZ 47.93 25.54 44.52 -
YUV 124.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 248 51 178 0 0.79 0.28 0.03 321.32 0.93 0.59
Hex F8 33 B2 0 4F 1C 3 141 5D 3B
Octal 370 63 262 0 117 34 3 501 135 73
Binary 11111000 110011 10110010 0 1001111 11100 11 101000001 1011101 111011

Color Harmonies of #F833B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F833B2

Black with #F833B2

Text Example


Text Example

White with #F833B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F833B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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