Html Css Color HEX #F838A8 Persian Rose

📋 copy color: '#F838A8'

red 248 ◦ green 56 ◦ blue 168

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

Shades of Persian Rose #F838A8

Tints of Persian Rose #F838A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 52.54%
G = 11.86%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F838A8 (or 0xF838A8) is known color: Persian Rose. HEX triplet: F8, 38 and A8. RGB value is (248,56,168). Sum of RGB (Red+Green+Blue) = 248+56+168=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F838A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F838A8 is #07C757. Grayscale: #7D7D7D. Windows color (decimal): -509784 or 11024632. OLE color: 11024632.

HSL color Cylindrical-coordinate representation of color #F838A8: hue angle of 325º 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 #F838A8 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 168 -
CMYK 0 0.77 0.32 0.03
HSL 325º 0.93% 0.6% -
HSV(B) 325º 0.77% 0.97% -
XYZ 47.19 25.61 39.5 -
YUV 126.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 248 56 168 0 0.77 0.32 0.03 325 0.93 0.6
Hex F8 38 A8 0 4D 20 3 145 5D 3C
Octal 370 70 250 0 115 40 3 505 135 74
Binary 11111000 111000 10101000 0 1001101 100000 11 101000101 1011101 111100

Color Harmonies of #F838A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838A8

Black with #F838A8

Text Example


Text Example

White with #F838A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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