Html Css Color HEX #F833B5 Persian Rose

📋 copy color: '#F833B5'

red 248 ◦ green 51 ◦ blue 181

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

Shades of Persian Rose #F833B5

Tints of Persian Rose #F833B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 51.67%
G = 10.63%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F833B5 (or 0xF833B5) is known color: Persian Rose. HEX triplet: F8, 33 and B5. RGB value is (248,51,181). Sum of RGB (Red+Green+Blue) = 248+51+181=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F833B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833B5 is #07CC4A. Grayscale: #7C7C7C. Windows color (decimal): -511051 or 11875320. OLE color: 11875320.

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

Color convert

RGB 248 51 181 -
CMYK 0 0.79 0.27 0.03
HSL 320.41º 0.93% 0.59% -
HSV(B) 320.41º 0.79% 0.97% -
XYZ 48.24 25.66 46.13 -
YUV 124.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 248 51 181 0 0.79 0.27 0.03 320.41 0.93 0.59
Hex F8 33 B5 0 4F 1B 3 140 5D 3B
Octal 370 63 265 0 117 33 3 500 135 73
Binary 11111000 110011 10110101 0 1001111 11011 11 101000000 1011101 111011

Color Harmonies of #F833B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F833B5

Black with #F833B5

Text Example


Text Example

White with #F833B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F833B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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