Html Css Color HEX #F836B2 Persian Rose

📋 copy color: '#F836B2'

red 248 ◦ green 54 ◦ blue 178

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

Shades of Persian Rose #F836B2

Tints of Persian Rose #F836B2

RGB

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

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

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

R = 51.67%
G = 11.25%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F836B2 (or 0xF836B2) is known color: Persian Rose. HEX triplet: F8, 36 and B2. RGB value is (248,54,178). Sum of RGB (Red+Green+Blue) = 248+54+178=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F836B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F836B2 is #07C94D. Grayscale: #7D7D7D. Windows color (decimal): -510286 or 11679480. OLE color: 11679480.

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

Color convert

RGB 248 54 178 -
CMYK 0 0.78 0.28 0.03
HSL 321.65º 0.93% 0.59% -
HSV(B) 321.65º 0.78% 0.97% -
XYZ 48.07 25.81 44.57 -
YUV 126.14 157.27 214.92 -
System Red Green Blue C M Y K H S L
Decimal 248 54 178 0 0.78 0.28 0.03 321.65 0.93 0.59
Hex F8 36 B2 0 4E 1C 3 142 5D 3B
Octal 370 66 262 0 116 34 3 502 135 73
Binary 11111000 110110 10110010 0 1001110 11100 11 101000010 1011101 111011

Color Harmonies of #F836B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F836B2

Black with #F836B2

Text Example


Text Example

White with #F836B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F836B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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