Html Css Color HEX #F333B5 Persian Rose

📋 copy color: '#F333B5'

red 243 ◦ green 51 ◦ blue 181

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

Shades of Persian Rose #F333B5

Tints of Persian Rose #F333B5

RGB

 RED value IS 243 (95.31% from 255) = 51.16%

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

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

R = 51.16%
G = 10.74%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F333B5 (or 0xF333B5) is known color: Persian Rose. HEX triplet: F3, 33 and B5. RGB value is (243,51,181). Sum of RGB (Red+Green+Blue) = 243+51+181=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F333B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F333B5 is #0CCC4A. Grayscale: #7A7A7A. Windows color (decimal): -838731 or 11875315. OLE color: 11875315.

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

Color convert

RGB 243 51 181 -
CMYK 0 0.79 0.26 0.05
HSL 319.38º 0.89% 0.58% -
HSV(B) 319.38º 0.79% 0.95% -
XYZ 46.49 24.76 46.04 -
YUV 123.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 243 51 181 0 0.79 0.26 0.05 319.38 0.89 0.58
Hex F3 33 B5 0 4F 1A 5 13F 59 3A
Octal 363 63 265 0 117 32 5 477 131 72
Binary 11110011 110011 10110101 0 1001111 11010 101 100111111 1011001 111010

Color Harmonies of #F333B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F333B5

Black with #F333B5

Text Example


Text Example

White with #F333B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F333B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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