Html Css Color HEX #F83CB0 Persian Rose

📋 copy color: '#F83CB0'

red 248 ◦ green 60 ◦ blue 176

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

Shades of Persian Rose #F83CB0

Tints of Persian Rose #F83CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 51.24%
G = 12.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F83CB0 (or 0xF83CB0) is known color: Persian Rose. HEX triplet: F8, 3C and B0. RGB value is (248,60,176). Sum of RGB (Red+Green+Blue) = 248+60+176=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CB0 is #07C34F. Grayscale: #818181. Windows color (decimal): -508752 or 11549944. OLE color: 11549944.

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

Color convert

RGB 248 60 176 -
CMYK 0 0.76 0.29 0.03
HSL 322.98º 0.93% 0.6% -
HSV(B) 322.98º 0.76% 0.97% -
XYZ 48.16 26.32 43.62 -
YUV 129.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 248 60 176 0 0.76 0.29 0.03 322.98 0.93 0.6
Hex F8 3C B0 0 4C 1D 3 143 5D 3C
Octal 370 74 260 0 114 35 3 503 135 74
Binary 11111000 111100 10110000 0 1001100 11101 11 101000011 1011101 111100

Color Harmonies of #F83CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83CB0

Black with #F83CB0

Text Example


Text Example

White with #F83CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83CB0; }

 p { color: rgb(248,60,176); }

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

background-color css

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

 a { background-color: rgb(248,60,176); }

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

border-color css

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

 span { border-color: rgb(248,60,176); }

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