Html Css Color HEX #F336B4 Persian Rose

📋 copy color: '#F336B4'

red 243 ◦ green 54 ◦ blue 180

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

Shades of Persian Rose #F336B4

Tints of Persian Rose #F336B4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.32%

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 50.94%
G = 11.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F336B4 (or 0xF336B4) is known color: Persian Rose. HEX triplet: F3, 36 and B4. RGB value is (243,54,180). Sum of RGB (Red+Green+Blue) = 243+54+180=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F336B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F336B4 is #0CC94B. Grayscale: #7C7C7C. Windows color (decimal): -837964 or 11810547. OLE color: 11810547.

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

Color convert

RGB 243 54 180 -
CMYK 0 0.78 0.26 0.05
HSL 320º 0.89% 0.58% -
HSV(B) 320º 0.78% 0.95% -
XYZ 46.52 24.99 45.55 -
YUV 124.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 243 54 180 0 0.78 0.26 0.05 320 0.89 0.58
Hex F3 36 B4 0 4E 1A 5 140 59 3A
Octal 363 66 264 0 116 32 5 500 131 72
Binary 11110011 110110 10110100 0 1001110 11010 101 101000000 1011001 111010

Color Harmonies of #F336B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F336B4

Black with #F336B4

Text Example


Text Example

White with #F336B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F336B4; }

 p { color: rgb(243,54,180); }

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

background-color css

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

 a { background-color: rgb(243,54,180); }

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

border-color css

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

 span { border-color: rgb(243,54,180); }

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