Html Css Color HEX #F838B2 Persian Rose

📋 copy color: '#F838B2'

red 248 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #F838B2

Tints of Persian Rose #F838B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

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

R = 51.45%
G = 11.62%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F838B2 (or 0xF838B2) is known color: Persian Rose. HEX triplet: F8, 38 and B2. RGB value is (248,56,178). Sum of RGB (Red+Green+Blue) = 248+56+178=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F838B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F838B2 is #07C74D. Grayscale: #7F7F7F. Windows color (decimal): -509774 or 11679992. OLE color: 11679992.

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

Color convert

RGB 248 56 178 -
CMYK 0 0.77 0.28 0.03
HSL 321.88º 0.93% 0.6% -
HSV(B) 321.88º 0.77% 0.97% -
XYZ 48.16 26 44.6 -
YUV 127.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 248 56 178 0 0.77 0.28 0.03 321.88 0.93 0.6
Hex F8 38 B2 0 4D 1C 3 142 5D 3C
Octal 370 70 262 0 115 34 3 502 135 74
Binary 11111000 111000 10110010 0 1001101 11100 11 101000010 1011101 111100

Color Harmonies of #F838B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838B2

Black with #F838B2

Text Example


Text Example

White with #F838B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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