Html Css Color HEX #F25DA8 Brilliant Rose

📋 copy color: '#F25DA8'

red 242 ◦ green 93 ◦ blue 168

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

Shades of Brilliant Rose #F25DA8

Tints of Brilliant Rose #F25DA8

RGB

 RED value IS 242 (94.92% from 255) = 48.11%

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 48.11%
G = 18.49%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F25DA8 (or 0xF25DA8) is known color: Brilliant Rose. HEX triplet: F2, 5D and A8. RGB value is (242,93,168). Sum of RGB (Red+Green+Blue) = 242+93+168=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25DA8 is #0DA257. Grayscale: #919191. Windows color (decimal): -893528 or 11034098. OLE color: 11034098.

HSL color Cylindrical-coordinate representation of color #F25DA8: hue angle of 329.8º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DA8 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 168 -
CMYK 0 0.62 0.31 0.05
HSL 329.8º 0.85% 0.66% -
HSV(B) 329.8º 0.62% 0.95% -
XYZ 47.6 29.53 40.24 -
YUV 146.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 242 93 168 0 0.62 0.31 0.05 329.8 0.85 0.66
Hex F2 5D A8 0 3E 1F 5 14A 55 42
Octal 362 135 250 0 76 37 5 512 125 102
Binary 11110010 1011101 10101000 0 111110 11111 101 101001010 1010101 1000010

Color Harmonies of #F25DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DA8

Black with #F25DA8

Text Example


Text Example

White with #F25DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DA8; }

 p { color: rgb(242,93,168); }

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

background-color css

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

 a { background-color: rgb(242,93,168); }

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

border-color css

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

 span { border-color: rgb(242,93,168); }

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